home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFMANAGESTYLESDLG / TFMANAGESTYLESDLG.txt
Text File  |  2004-05-31  |  1KB  |  67 lines

  1. object fManageStylesDlg: TfManageStylesDlg
  2.   Left = 390
  3.   Top = 281
  4.   BorderStyle = bsDialog
  5.   Caption = 'fManageStylesDlg'
  6.   ClientHeight = 358
  7.   ClientWidth = 327
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bvlBottom: TBevel
  20.     Left = 0
  21.     Top = 308
  22.     Width = 327
  23.     Height = 50
  24.     Align = alBottom
  25.     Shape = bsTopLine
  26.   end
  27.   object lstStyles: TListBox
  28.     Left = 8
  29.     Top = 8
  30.     Width = 209
  31.     Height = 289
  32.     ItemHeight = 13
  33.     TabOrder = 0
  34.     OnClick = lstStylesClick
  35.   end
  36.   object btnRemove: TButton
  37.     Left = 224
  38.     Top = 8
  39.     Width = 89
  40.     Height = 25
  41.     Caption = 'btnRemove'
  42.     Enabled = False
  43.     TabOrder = 1
  44.     OnClick = btnRemoveClick
  45.   end
  46.   object btnClose: TButton
  47.     Left = 240
  48.     Top = 321
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'btnClose'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 3
  56.   end
  57.   object btnRestoreDefaultStyles: TButton
  58.     Left = 8
  59.     Top = 320
  60.     Width = 209
  61.     Height = 25
  62.     Caption = 'btnRestoreDefaultStyles'
  63.     TabOrder = 2
  64.     OnClick = btnRestoreDefaultStylesClick
  65.   end
  66. end
  67.